home *** CD-ROM | disk | FTP | other *** search
/ Clickx 96 / Clickx 96.iso / software / tools / tool / xbmc-10.1.exe / language / English (US) / langinfo.xml next >
Encoding:
Extensible Markup Language  |  2011-03-08  |  4.8 KB  |  129 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3. <!-- Possible values for <charsets>                     -->
  4. <!-- ==============================                     -->
  5. <!--                                                    -->
  6. <!-- ISO-Charsets:                                      -->
  7. <!-- ISO-8859-1 - Western Europe (ISO)                  -->
  8. <!-- ISO-8859-2 - Central Europe (ISO)                  -->
  9. <!-- ISO-8859-3 - South Europe (ISO)                    -->
  10. <!-- ISO-8859-4 - Baltic (ISO)                          -->
  11. <!-- ISO-8859-5 - Cyrillic (ISO)                        -->
  12. <!-- ISO-8859-6 - Arabic (ISO)                          -->
  13. <!-- ISO-8859-7 - Greek (ISO)                           -->
  14. <!-- ISO-8859-8 - Hebrew (ISO)                          -->
  15. <!-- ISO-8859-9 - Turkish (ISO)                         -->
  16. <!--                                                    -->
  17. <!-- Windows Charsets:                                  -->
  18. <!-- CP1250 - Central Europe (Windows)                  -->
  19. <!-- CP1251 - Cyrillic (Windows)                        -->
  20. <!-- CP1252 - Western Europe (Windows)                  -->
  21. <!-- CP1253 - Greek (Windows)                           -->
  22. <!-- CP1254 - Turkish (Windows)                         -->
  23. <!-- CP1255 - Hebrew (Windows)                          -->
  24. <!-- CP1256 - Arabic (Windows)                          -->
  25. <!-- CP1257 - Baltic (Windows)                          -->
  26. <!-- CP1258 - Vietnamesse (Windows)                     -->
  27. <!-- CP874  - Thai (Windows)                            -->
  28. <!-- CP949  - Korean                                    -->
  29. <!--                                                    -->
  30. <!-- Others:                                            -->
  31. <!-- GBK        - Chinese Simplified (GBK)              -->
  32. <!-- BIG5       - Chinese Traditional (Big5)            -->
  33. <!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS)                -->
  34. <!-- SHIFT_JIS  - Japanese (Shift-JIS)                  -->
  35. <!--                                                    -->
  36. <!-- Link: (Country-Codepage comparison)                -->
  37. <!-- http://www.science.co.il/Language/Locale-Codes.asp -->
  38. <!--                                                    -->
  39. <!-- Possible values for <dvd>                          -->
  40. <!-- =========================                          -->
  41. <!-- Language codes expected are two character          -->
  42. <!-- codes as defined in ISO639.                        -->
  43. <!--                                                    -->
  44. <!-- Link:                                              -->
  45. <!-- http://etext.virginia.edu/tei/iso639.html          -->
  46.  
  47.  
  48.  
  49. <language>
  50.   <charsets>
  51.     <gui>CP1252</gui>
  52.     <subtitle>CP1252</subtitle>
  53.   </charsets>
  54.  
  55.   <dvd>
  56.     <menu>en</menu>
  57.     <audio>en</audio>
  58.     <subtitle>en</subtitle>
  59.   </dvd>
  60.  
  61.   <regions>
  62.     <region name="USA">
  63.       <dateshort>MM/DD/YYYY</dateshort>
  64.       <datelong>DDDD, MMMM D, YYYY</datelong>
  65.       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
  66.       <tempunit>F</tempunit>
  67.       <speedunit>mph</speedunit>
  68.     </region>
  69.  
  70.     <region name="UK (12h)">
  71.       <dateshort>DD/MM/YYYY</dateshort>
  72.       <datelong>DDDD, D MMMM YYYY</datelong>
  73.       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
  74.       <tempunit>C</tempunit>
  75.       <speedunit>mph</speedunit>
  76.       <timezone>GMT</timezone>
  77.     </region>
  78.  
  79.     <region name="UK (24h)">
  80.       <dateshort>DD/MM/YYYY</dateshort>
  81.       <datelong>DDDD, D MMMM YYYY</datelong>
  82.       <time symbolAM="" symbolPM="">H:mm:ss</time>
  83.       <tempunit>C</tempunit>
  84.       <speedunit>mph</speedunit>
  85.       <timezone>GMT</timezone>
  86.     </region>
  87.  
  88.     <region name="Canada">
  89.       <dateshort>MM/DD/YYYY</dateshort>
  90.       <datelong>DDDD, MMMM D, YYYY</datelong>
  91.       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
  92.       <tempunit>C</tempunit>
  93.       <speedunit>kmh</speedunit>
  94.     </region>
  95.  
  96.     <region name="Australia (12h)">
  97.       <dateshort>DD/MM/YYYY</dateshort>
  98.       <datelong>DDDD, D MMMM YYYY</datelong>
  99.       <time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
  100.       <tempunit>C</tempunit>
  101.       <speedunit>kmh</speedunit>
  102.       <timezone>GMT</timezone>
  103.     </region>
  104.  
  105.     <region name="Australia (24h)">
  106.       <dateshort>DD/MM/YYYY</dateshort>
  107.       <datelong>DDDD, D MMMM YYYY</datelong>
  108.       <time symbolAM="AM" symbolPM="PM">H:mm:ss</time>
  109.       <tempunit>C</tempunit>
  110.       <speedunit>kmh</speedunit>
  111.       <timezone>GMT</timezone>
  112.     </region>
  113.     
  114.     <region name="Central Europe">
  115.       <dateshort>YYYY-MM-DD</dateshort>
  116.       <datelong>DDDD, D MMMM YYYY</datelong>
  117.       <time symbolAM="" symbolPM="">H:mm:ss</time>
  118.       <tempunit>C</tempunit>
  119.       <speedunit>kmh</speedunit>
  120.       <timezone>CET</timezone>
  121.     </region>
  122.     
  123.   </regions>
  124.  
  125.   <sorttokens>
  126.     <token>The</token>
  127.   </sorttokens>
  128. </language>
  129.